summaryrefslogtreecommitdiffstats
path: root/tests/nx/client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nx/client.sh')
-rwxr-xr-xtests/nx/client.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/nx/client.sh b/tests/nx/client.sh
deleted file mode 100755
index dc264560..00000000
--- a/tests/nx/client.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-xhost +
-
-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
-