aboutsummaryrefslogtreecommitdiffstats
path: root/test/id.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/id.awk')
-rw-r--r--test/id.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/id.awk b/test/id.awk
index 2a35e42c..9c2ae2d4 100644
--- a/test/id.awk
+++ b/test/id.awk
@@ -7,5 +7,6 @@ BEGIN {
an_array[1] = 1
for (i in PROCINFO["identifiers"])
- printf("%s -> %s\n", i, PROCINFO["identifiers"][i])
+ printf("%s -> %s\n", i, PROCINFO["identifiers"][i]) | "sort"
+ close("sort")
}