summaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-13 12:04:35 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-13 12:04:35 -0400
commit3cc86927c990f85326d4b6f6b8b9d8ee9d8613e5 (patch)
tree10aa4fa9e2827a08df2441b1442f40aeba4a6855 /test/test.sh
parentconfigure.ac fixes (diff)
downloadfirejail-3cc86927c990f85326d4b6f6b8b9d8ee9d8613e5.tar.gz
firejail-3cc86927c990f85326d4b6f6b8b9d8ee9d8613e5.tar.zst
firejail-3cc86927c990f85326d4b6f6b8b9d8ee9d8613e5.zip
testing
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