sort: -z outputs NUL terminated lines. Closes bug 1591.

This commit is contained in:
Denis Vlasenko
2008-02-13 14:30:33 +00:00
parent 75cddd8eb5
commit 3b92eaac53
4 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/sh
# Usage:
# runtest [applet1] [applet2...]
# Run one old-style test.
# Tests are stored in applet/testcase shell scripts.
# They are run using "sh -x -e applet/testcase".