Skip to content

Commit dcfc1eb

Browse files
Rejigged t0015a.sh, presumably to work around a bash bug?? For #73.
1 parent aaec14d commit dcfc1eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/00/t0015a.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PATH=$here:$PATH
4444

4545
if [ $BL = $here ]; then fail; fi
4646

47-
classdesc p >testout <<EOF
47+
cat >input <<EOF
4848
class foo /* foo crops up a lot these days */
4949
{
5050
int a;
@@ -59,6 +59,7 @@ namespace bar
5959
};
6060
EOF
6161

62+
classdesc p >testout <input
6263
if test $? -ne 0; then fail; fi
6364

6465
cat >testout1 <<EOF

0 commit comments

Comments
 (0)