diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-02-21 13:44:04 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-02-21 13:44:04 -0800 |
commit | 823238cb75d1ca4c00c32a42b4d7915597c4fecd (patch) | |
tree | bdcf052acca69e69629571ad807534abccf08c72 /xorg/tests/client.sh | |
parent | 50fec9a21615f6aef311de6ef3f5a5b5365f4e0d (diff) | |
download | xrdp-proprietary-823238cb75d1ca4c00c32a42b4d7915597c4fecd.tar.gz xrdp-proprietary-823238cb75d1ca4c00c32a42b4d7915597c4fecd.zip |
xorg/test: edit nx server and client startup scripts
Diffstat (limited to 'xorg/tests/client.sh')
-rwxr-xr-x | xorg/tests/client.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg/tests/client.sh b/xorg/tests/client.sh index dc264560..5cb7de17 100755 --- a/xorg/tests/client.sh +++ b/xorg/tests/client.sh @@ -2,6 +2,9 @@ xhost + +# delete chache directory for testing +rm -r .nx + if ! [ -d .nx ] then mkdir .nx |