diff options
author | Brent Cook <busterb@gmail.com> | 2014-07-10 06:21:51 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2014-07-10 06:22:54 -0500 |
commit | 2b6dbc39ef274d5298daad1ff864be8fc3c56537 (patch) | |
tree | bed05f6232bad0278f952bcfa173c50c202f4309 /tests/pq_test.sh | |
parent | e9eff5016a4ec2153c037c1b888acd2755965755 (diff) | |
download | portable-2b6dbc39ef274d5298daad1ff864be8fc3c56537.tar.gz portable-2b6dbc39ef274d5298daad1ff864be8fc3c56537.tar.bz2 portable-2b6dbc39ef274d5298daad1ff864be8fc3c56537.zip |
initial top-level import of subdirectories
Diffstat (limited to 'tests/pq_test.sh')
-rwxr-xr-x | tests/pq_test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pq_test.sh b/tests/pq_test.sh new file mode 100755 index 0000000..35c4dcb --- /dev/null +++ b/tests/pq_test.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | set -e | ||
3 | ./pq_test | cmp $srcdir/pq_expected.txt /dev/stdin | ||