diff options
author | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-04 15:46:42 +0300 |
---|---|---|
committer | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-04 15:46:42 +0300 |
commit | 9c24e438b689af042672182f6d87f824ef435492 (patch) | |
tree | 9f91c4951bd2e4a799868b0a3369161918045a6e /tests | |
parent | fa41863b03bbf67a7ad4edad9328b0cdc48e497b (diff) | |
download | ck-9c24e438b689af042672182f6d87f824ef435492.tar.gz ck-9c24e438b689af042672182f6d87f824ef435492.tar.bz2 ck-9c24e438b689af042672182f6d87f824ef435492.zip |
More error/logs and fix failing test
Diffstat (limited to 'tests')
-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 |