aboutsummaryrefslogtreecommitdiffstats
path: root/tests/add
diff options
context:
space:
mode:
authorAnastasis Grammenos <anastasis.gramm2@gmail.com>2018-10-04 15:46:42 +0300
committerAnastasis Grammenos <anastasis.gramm2@gmail.com>2018-10-04 15:46:42 +0300
commit9c24e438b689af042672182f6d87f824ef435492 (patch)
tree9f91c4951bd2e4a799868b0a3369161918045a6e /tests/add
parentfa41863b03bbf67a7ad4edad9328b0cdc48e497b (diff)
downloadck-9c24e438b689af042672182f6d87f824ef435492.tar.gz
ck-9c24e438b689af042672182f6d87f824ef435492.tar.bz2
ck-9c24e438b689af042672182f6d87f824ef435492.zip
More error/logs and fix failing test
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