fix test executables

This commit is contained in:
Bryan 2015-10-15 17:34:15 -07:00
parent c1f036c2e8
commit efd3abb51e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
# Example of something you shouldn't do, but is good for a testing scenario
exec bash /usr/share/Packagify_Test/test_called.sh
exec bash /usr/share/packagetooltest/test_called.sh

View file

@ -10,4 +10,4 @@ done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
# This is how tools should be called
exec bash $DIR/test_called.sh
exec bash $DIR/../test_called.sh