aboutsummaryrefslogtreecommitdiffstats
path: root/test/fcopy/fcopy.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-01-11 20:57:49 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2022-01-11 20:57:49 -0500
commitf094521fe8d4eda1d5074aa14e2200f624adcdaf (patch)
tree793f262866412e93cdc64f8bee9d860898b1ab21 /test/fcopy/fcopy.sh
parentfix scan-build (diff)
downloadfirejail-f094521fe8d4eda1d5074aa14e2200f624adcdaf.tar.gz
firejail-f094521fe8d4eda1d5074aa14e2200f624adcdaf.tar.zst
firejail-f094521fe8d4eda1d5074aa14e2200f624adcdaf.zip
fix fcopy testing
Diffstat (limited to 'test/fcopy/fcopy.sh')
-rwxr-xr-xtest/fcopy/fcopy.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/fcopy/fcopy.sh b/test/fcopy/fcopy.sh
index cdfc424a3..fca599889 100755
--- a/test/fcopy/fcopy.sh
+++ b/test/fcopy/fcopy.sh
@@ -19,13 +19,14 @@ mkdir dest
19echo "TESTING: fcopy cmdline (test/fcopy/cmdline.exp)" 19echo "TESTING: fcopy cmdline (test/fcopy/cmdline.exp)"
20./cmdline.exp 20./cmdline.exp
21 21
22echo "TESTING: fcopy directory (test/fcopy/dircopy.exp)"
23./dircopy.exp
24
25echo "TESTING: fcopy file (test/fcopy/filecopy.exp)" 22echo "TESTING: fcopy file (test/fcopy/filecopy.exp)"
26./filecopy.exp 23./filecopy.exp
27 24
28echo "TESTING: fcopy link (test/fcopy/linkcopy.exp)" 25echo "TESTING: fcopy link (test/fcopy/linkcopy.exp)"
29./linkcopy.exp 26./linkcopy.exp
30 27
28echo "TESTING: fcopy directory (test/fcopy/dircopy.exp)"
29./dircopy.exp
30
31rm -fr dest/* 31rm -fr dest/*
32rm -f src/dircopy.exp \ No newline at end of file