Skip to content

Commit

Permalink
better run function in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Solovyov committed Nov 2, 2010
1 parent d79daeb commit 1a8fff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/opster.t
Expand Up @@ -3,7 +3,7 @@ works.

Define some help functions::

$ function run() { python $TESTDIR/$@; }
$ function run() { name=$1; shift; python "$TESTDIR/$name" "$@"; }

Check if usage is working::

Expand Down

0 comments on commit 1a8fff6

Please sign in to comment.