diff options
Diffstat (limited to 'rpm/rootfs-scripts/resource/rpm_test.sh')
-rwxr-xr-x | rpm/rootfs-scripts/resource/rpm_test.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpm/rootfs-scripts/resource/rpm_test.sh b/rpm/rootfs-scripts/resource/rpm_test.sh deleted file mode 100755 index dd5ce37..0000000 --- a/rpm/rootfs-scripts/resource/rpm_test.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -for i in tests/*.sh; do - sh $i -done |