Skip to content

Commit

Permalink
Add shebang to run_ldap_tests sctipt
Browse files Browse the repository at this point in the history
This change fixes the issue that running ldap-tests fails.
Previous test script file “scripts/run_ldap_tests” lacks shebang.
“#!/bin/bash” is added to run test successfully.

Change-Id: I0ca6e23e8d775f4393364865772d0ae00747b408
Reported-by: Yuki Kondo <Yuki.Kondo@hal.hitachi.com>
Signed-off-by: Nao Nishijima <Nao.nishijima@hal.hitachi.com>
  • Loading branch information
Nao Nishijima authored and Nao Nishijima committed Dec 16, 2016
1 parent 870ccee commit 5802e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_ldap_tests
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
#
# This script uses docker to start, configure, and stop openldap
# so that we can run the LDAP test cases
Expand Down

0 comments on commit 5802e29

Please sign in to comment.