File: 0004-tests-ldap_test-Explicitly-use-bin-bash-shabang-due-.patch

package info (click to toggle)
libuser 1%3A0.64%2Bgit20241106~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,184 kB
  • sloc: ansic: 16,599; python: 2,561; sh: 883; yacc: 782; makefile: 236; xml: 106
file content (18 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Boyuan Yang <byang@debian.org>
Date: Wed, 9 Oct 2019 20:28:49 -0400
Subject: tests/ldap_test: Explicitly use /bin/bash shabang due to bashism

---
 tests/ldap_test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ldap_test b/tests/ldap_test
index 3a7bb99..3e74597 100755
--- a/tests/ldap_test
+++ b/tests/ldap_test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 # Automated LDAP regression tester
 #
 # Copyright (c) 2004 Red Hat, Inc. All rights reserved.