diff options
Diffstat (limited to 'tests/add')
-rw-r--r-- | tests/add | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |