diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-15 07:49:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-15 07:49:39 -0700 |
commit | be924a2c4e7df457da6eeef5b07d71b0243c9f05 (patch) | |
tree | d30d735ebc25914c398f3bdd2fec36ac675c5c46 /tests | |
parent | 686f2f0ca2ac577d91bbd22cac1360132bb56472 (diff) | |
download | txr-be924a2c4e7df457da6eeef5b07d71b0243c9f05.tar.gz txr-be924a2c4e7df457da6eeef5b07d71b0243c9f05.tar.bz2 txr-be924a2c4e7df457da6eeef5b07d71b0243c9f05.zip |
* tests/001/query-1.txr: Remove bogus public domain header.
* tests/001/query-2.txr: Likewise.
* tests/001/query-3.txr: Likewise.
* tests/001/query-4.txr: Likewise.
* tests/002/query-1.txr: Likewise.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/001/query-1.txr | 4 | ||||
-rw-r--r-- | tests/001/query-2.txr | 4 | ||||
-rw-r--r-- | tests/001/query-3.txr | 4 | ||||
-rw-r--r-- | tests/001/query-4.txr | 4 | ||||
-rw-r--r-- | tests/002/query-1.txr | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/tests/001/query-1.txr b/tests/001/query-1.txr index 8b37b62d..2b5b2b36 100644 --- a/tests/001/query-1.txr +++ b/tests/001/query-1.txr @@ -1,7 +1,3 @@ -@# -@# This file is in the public domain. -@# It was authored by Kaz Kylheku <kkylheku@gmail.com> in 2009 -@# @(collect) @UID@/ +/@{PID /[0-9]+/}@/ +/@PPID@/ +/@C@/ +/@STIME@/ +/@TTY@/ +/@TIME @{CMD /[^ ]+( +[^ ]+)?/}@/.*/ @(end) diff --git a/tests/001/query-2.txr b/tests/001/query-2.txr index 3682284d..8dd37ab8 100644 --- a/tests/001/query-2.txr +++ b/tests/001/query-2.txr @@ -1,7 +1,3 @@ -@# -@# This file is in the public domain. -@# It was authored by Kaz Kylheku <kkylheku@gmail.com> in 2009 -@# @(collect) @{UID 8}@\ @{PID 5}@\ @{PPID 5}@\ @\ @{C 1}@\ @{STIME 5}@\ @{TTY 8}@\ @{TIME 8}@\ @CMD @(end) diff --git a/tests/001/query-3.txr b/tests/001/query-3.txr index f66aa3c3..3e1c1114 100644 --- a/tests/001/query-3.txr +++ b/tests/001/query-3.txr @@ -1,7 +1,3 @@ -@# -@# This file is in the public domain. -@# It was authored by Kaz Kylheku <kkylheku@gmail.com> in 2009 -@# @/.*/@# skip header @(collect) @ (coll)@{TOKEN /[^ ]+/}@(end) diff --git a/tests/001/query-4.txr b/tests/001/query-4.txr index 04a04cd7..0a8f18e4 100644 --- a/tests/001/query-4.txr +++ b/tests/001/query-4.txr @@ -1,7 +1,3 @@ -@# -@# This file is in the public domain. -@# It was authored by Kaz Kylheku <kaz@kylheku.com> in 2011 -@# @(collect) @UID @PID @PPID @C @STIME @TTY @TIME @CMD @(end) diff --git a/tests/002/query-1.txr b/tests/002/query-1.txr index 4c6aa670..0b4eced2 100644 --- a/tests/002/query-1.txr +++ b/tests/002/query-1.txr @@ -1,7 +1,3 @@ -@# -@# This file is in the public domain. -@# It was authored by Kaz Kylheku <kkylheku@gmail.com> in 2009 -@# @(next `!ls @TESTDIR/proc | sort -n`) @(collect) @{process /[0-9]+/} |