diff options
Diffstat (limited to 'test/03_delete')
-rw-r--r-- | test/03_delete | 4 |
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 |