Skip to content

Commit

Permalink
put err file in /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed May 19, 2012
1 parent 194afe3 commit e8b4325
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test-stackrad
@@ -1,4 +1,7 @@
#!/bin/bash
rm err
perl -Ilib bin/stackrad "$@" 2> err
cat err

err=/tmp/err

rm -f $err
perl -Ilib bin/stackrad "$@" 2> $err
cat $err

0 comments on commit e8b4325

Please sign in to comment.