mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
19 lines
442 B
Text
19 lines
442 B
Text
--- tests/setup-sourced.orig 2017-01-29 20:59:17 UTC
|
|
+++ tests/setup-sourced
|
|
@@ -11,14 +11,14 @@ export XAUTHORITY=${DATADIR:-/tmp}/.Xaut
|
|
# Start a new authority file
|
|
rm -f $XAUTHORITY ; touch $XAUTHORITY
|
|
|
|
-function xauth()
|
|
+xauth()
|
|
{
|
|
echo "> xauth" "$@"
|
|
../xauth "$@"
|
|
echo " exits with $?"
|
|
}
|
|
|
|
-function xauth_silent()
|
|
+xauth_silent()
|
|
{
|
|
echo "> xauth" "some silent commands which should not be logged..."
|
|
../xauth "$@"
|