aboutsummaryrefslogtreecommitdiffstats
path: root/tests/add
diff options
context:
space:
mode:
Diffstat (limited to 'tests/add')
-rw-r--r--tests/add2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/add b/tests/add
index 5390325..b1c592f 100644
--- a/tests/add
+++ b/tests/add
@@ -34,7 +34,7 @@ function run_add {
FOLDER=sec
fi
- if [ ! -f $TEST_LOCATION/$FOLDER/$1_$2 ]; then
+ if [ ! -f $TEST_LOCATION/$FOLDER/$1/$2 ]; then
echo -e $ERROR$2" No move (add "$3" "$4")"
exit 1
fi