10 lines
261 B
Bash
10 lines
261 B
Bash
#!/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
|