Fix run_with_fuse for travis CI

This commit is contained in:
Sebastian Messmer 2016-02-11 14:07:26 +01:00
parent 445742156d
commit 3fb73e4f80

View File

@ -33,6 +33,6 @@ script:
- cmake .. - cmake ..
- make -j2 - make -j2
- ./test/cpp-utils-test - ./test/cpp-utils-test
- ./run_with_fuse.sh ./test/fspp-test - ../run_with_fuse.sh ./test/fspp-test
after_script: after_script:
- rm run_with_fuse.sh - rm run_with_fuse.sh