summaryrefslogtreecommitdiffstats
path: root/xorg/tests/nx/client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/tests/nx/client.sh')
-rwxr-xr-xxorg/tests/nx/client.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/xorg/tests/nx/client.sh b/xorg/tests/nx/client.sh
deleted file mode 100755
index 5cb7de17..00000000
--- a/xorg/tests/nx/client.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-xhost +
-
-# delete chache directory for testing
-rm -r .nx
-
-if ! [ -d .nx ]
-then
- mkdir .nx
-fi
-
-export LD_LIBRARY_PATH=$PWD
-
-./nxproxy -S nx/nx,session=session,id=jay,root=.nx,connect=127.0.0.1:10,delta=1,stream=1,data=1
-