summarylogtreecommitdiffstats
path: root/test-sh.patch
blob: 0f6a6d71cad10120d2cad282a3c38ffcbfa351c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/user/test.sh b/user/test.sh
index c25b83d..19def4e 100755
--- a/user/test.sh
+++ b/user/test.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-SGX=$(dirname "$0")/../opensgx
-PYTHON=python
+SGX=opensgx
+PYTHON=python2
 
 print_usage() {
   cat <<EOF