Blob Blame History Raw
--- lightning-1.2/tests/run-test.excstk	2007-07-04 17:56:40.000000000 +0200
+++ lightning-1.2/tests/run-test	2007-07-04 17:57:01.000000000 +0200
@@ -1,5 +1,7 @@
 #! /bin/sh
 
+execstack -s $1
+
 ./$1 > $1.log
 if cmp -s $srcdir/$1.ok $1.log; then
   rm $1.log