fix test executables
This commit is contained in:
parent
c1f036c2e8
commit
efd3abb51e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue