freebsd-ports/x11/xauth/files/patch-tests_020-xauth-add-local.script
Baptiste Daroussin 6dc312169e Update to 1.0.10
plug to the test framework
unGNUify the testsuite
2017-02-06 21:16:17 +00:00

11 lines
404 B
Text

--- tests/020-xauth-add-local.script.orig 2017-02-06 20:55:37 UTC
+++ tests/020-xauth-add-local.script
@@ -11,7 +11,7 @@ xauth add :3.5 . b90b0fd1
xauth add :4 . b90b0fd1cf6a0e7a2c74c00000000004
# List the number of entries added
-xauth list | wc -l
+xauth list | wc -l | xargs echo
# Try to match them and print cookie
xauth list unix:0 | awk '{print $3}'