diff options
Diffstat (limited to 'rpm/rootfs-scripts/resource/tests/rpm_01.sh')
-rw-r--r-- | rpm/rootfs-scripts/resource/tests/rpm_01.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rpm/rootfs-scripts/resource/tests/rpm_01.sh b/rpm/rootfs-scripts/resource/tests/rpm_01.sh deleted file mode 100644 index 6ab9e3d..0000000 --- a/rpm/rootfs-scripts/resource/tests/rpm_01.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# The testscript checks the following options of the command file -# 1) Option help - -test="rpm01" - -if rpm --help | grep .*Usage.* -then - echo " -> $test: TEST-PASS" -else - echo " -> $test: TEST-FAIL" -fi; |