aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test.sh b/test/test.sh
index c4f0afd94..4d57aaad2 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -27,13 +27,6 @@ rm -fr auto2
27rm -fr auto3 27rm -fr auto3
28rm -fr auto4 28rm -fr auto4
29 29
30echo "TESTING: doubledash"
31mkdir -- -testdir
32touch -- -testdir/ttt
33cp -- /bin/bash -testdir/.
34./doubledash.exp
35rm -fr -- -testdir
36
37echo "TESTING: extract command (extract_command.exp)" 30echo "TESTING: extract command (extract_command.exp)"
38./extract_command.exp 31./extract_command.exp
39 32