Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

12 lines
166 B
Bash

# @TEST-EXEC: awk -f %INPUT <foo.dat >output
# @TEST-EXEC: btest-diff output
{ lines += 1; }
END { print lines; }
@TEST-START-FILE foo.dat
1
2
3
@TEST-END-FILE