From 9a557b991e84647ceb62e1674ba010f0f3feec39 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 16 Jun 2010 23:29:44 -0500 Subject: [PATCH] test local scripts under development --- usr/share/byobu/tests/byobu-time-notifications | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }