diff --git a/tests/halcompile/serial-out-of-tree/checkresult b/tests/halcompile/serial-out-of-tree/checkresult index 3165fbb9e05..3070ea7a4a5 100755 --- a/tests/halcompile/serial-out-of-tree/checkresult +++ b/tests/halcompile/serial-out-of-tree/checkresult @@ -1,2 +1,2 @@ #!/bin/sh -[ -e "`dirname "$1"`/mesa_uart.so" -o "`dirname "$1"`/mesa_uart.ko" ] +[ -e "$(dirname "$1")/mesa_uart_test.so" ] || [ -e "$(dirname "$1")/mesa_uart_test.ko" ] diff --git a/tests/trajectory-planner/circular-arcs/test-optimization.sh b/tests/trajectory-planner/circular-arcs/test-optimization.sh index 57fddb45908..6cd948d5df2 100755 --- a/tests/trajectory-planner/circular-arcs/test-optimization.sh +++ b/tests/trajectory-planner/circular-arcs/test-optimization.sh @@ -13,4 +13,3 @@ linuxcnc -r circular_arcs.ini > test.log & ./machine_setup.py "$1" && say_done fg ./save_activate.sh test.log -exit $1