11 lines
261 B
Text
11 lines
261 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# setup the test environment inside this shell
|
||
|
. ${srcdir:-.}/setup-sourced
|
||
|
|
||
|
# Execute the test
|
||
|
CMDFILE=${DATADIR:-/tmp}/xauth-cmdfile
|
||
|
echo add examplehost1/unix:0 . b90b0fd1cf6a0e7a2c74c00000000001 > $CMDFILE
|
||
|
xauth_silent source $CMDFILE
|
||
|
xauth list
|