summaryrefslogtreecommitdiffstats
path: root/tests/bugs190/modules/cpl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs190/modules/cpl.sh')
-rwxr-xr-xtests/bugs190/modules/cpl.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs190/modules/cpl.sh b/tests/bugs190/modules/cpl.sh
new file mode 100755
index 000000000..ca5f7b057
--- /dev/null
+++ b/tests/bugs190/modules/cpl.sh
@@ -0,0 +1,4 @@
+cd module1
+javac module-info.java Code.java -d .
+jar -cvMf module-one.jar *
+cd ..