diff --git a/usr/share/byobu/tests/byobu-time-notifications b/usr/share/byobu/tests/byobu-time-notifications index b303b162..a7d0c462 100755 --- a/usr/share/byobu/tests/byobu-time-notifications +++ b/usr/share/byobu/tests/byobu-time-notifications @@ -24,7 +24,7 @@ RUNS=100 loop() { for j in $(seq 1 $RUNS); do - /usr/lib/$PKG/$1 >/dev/null + usr/lib/$PKG/$1 >/dev/null done }