diff options
Diffstat (limited to 'make/scripts/clean-tests.sh')
-rwxr-xr-x | make/scripts/clean-tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/scripts/clean-tests.sh b/make/scripts/clean-tests.sh index cc2fdd922..ac6231ffb 100755 --- a/make/scripts/clean-tests.sh +++ b/make/scripts/clean-tests.sh @@ -1,6 +1,5 @@ #! /bin/bash rm -rf ../build/test/* \ - ../build/jogl/jogl.test.jar \ ../build/jar/jogl.test.jar |