aboutsummaryrefslogtreecommitdiffstats
path: root/test/03_delete
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-11-13 13:22:53 +0200
committergramanas <anastasis.gramm2@gmail.com>2018-11-13 13:22:53 +0200
commit6a43f7bfdfdb693e877943490abd5839a630ad9d (patch)
tree35c48a0acf80e6288aef952f93caac3195ba55ec /test/03_delete
parentd015a5e66ac9b92bba4eb5020e7bf2384f65ed25 (diff)
downloadck-6a43f7bfdfdb693e877943490abd5839a630ad9d.tar.gz
ck-6a43f7bfdfdb693e877943490abd5839a630ad9d.tar.bz2
ck-6a43f7bfdfdb693e877943490abd5839a630ad9d.zip
Fixed homedir with restore and updated delete
Diffstat (limited to 'test/03_delete')
-rw-r--r--test/03_delete4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/03_delete b/test/03_delete
index 1668576..e4663bd 100644
--- a/test/03_delete
+++ b/test/03_delete
@@ -15,7 +15,7 @@ add_config prog2 $path3
add_config prog2 $path4
# delete path1
-exec $BIN/ck -c $BIN del -c $path1 > /dev/null &
+exec $BIN/ck -c $BIN del prog1 `basename $path1` > /dev/null &
wait $!
for i in $($BIN/ck -c $BIN list paths); do
@@ -26,7 +26,7 @@ for i in $($BIN/ck -c $BIN list paths); do
done
# delete path2 (also prog1)
-exec $BIN/ck -c $BIN del -c $path2 > /dev/null &
+exec $BIN/ck -c $BIN del prog1 `basename $path2` > /dev/null &
wait $!
for i in $($BIN/ck -c $BIN list programs); do