summaryrefslogtreecommitdiff
path: root/rt/t/web/passthrough-jsmin
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/web/passthrough-jsmin')
-rw-r--r--rt/t/web/passthrough-jsmin5
1 files changed, 5 insertions, 0 deletions
diff --git a/rt/t/web/passthrough-jsmin b/rt/t/web/passthrough-jsmin
new file mode 100644
index 000000000..3d9bf0129
--- /dev/null
+++ b/rt/t/web/passthrough-jsmin
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo "// passthrough-jsmin added this";
+
+exec cat;