summaryrefslogtreecommitdiff
path: root/t/defer.t
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2019-06-27 20:37:50 +0100
committerAdam Spiers <stow@adamspiers.org>2019-06-27 20:37:50 +0100
commit0979a9c7bd968c1a856d881d4ab68ad6c6f3f1d5 (patch)
tree09de4cc655c13a66bdd06c8b9b6aa307fee39908 /t/defer.t
parent27796720d5504f12b73b57c8fab2d167267e6b6e (diff)
downloadstow-0979a9c7bd968c1a856d881d4ab68ad6c6f3f1d5.tar.gz
Change #!/usr/local/bin/perl to #!/usr/bin/perl in t/*.t
This doesn't really matter, since these are not executed directly, but it's more consistent with everything else and modern systems.
Diffstat (limited to 't/defer.t')
-rwxr-xr-xt/defer.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/defer.t b/t/defer.t
index 4bdd504..003cf64 100755
--- a/t/defer.t
+++ b/t/defer.t
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# This file is part of GNU Stow.
#