summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/t/00unit/assets/read_command.pl
diff options
context:
space:
mode:
Diffstat (limited to 'debian/vendor-h2o/t/00unit/assets/read_command.pl')
-rwxr-xr-xdebian/vendor-h2o/t/00unit/assets/read_command.pl12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/vendor-h2o/t/00unit/assets/read_command.pl b/debian/vendor-h2o/t/00unit/assets/read_command.pl
deleted file mode 100755
index b24f1bc..0000000
--- a/debian/vendor-h2o/t/00unit/assets/read_command.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-exec perl -x $0 "$@"
-#! perl
-
-use strict;
-use warnings;
-
-die "expected one arg"
- unless @ARGV == 1;
-
-print $ARGV[0];
-exit($ENV{READ_COMMAND_EXIT_STATUS} || 0);