Skip to content

Commit fedbf73

Browse files
committed
directory name change
1 parent 2ed69b6 commit fedbf73

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

irods/test/harness/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Examples of options in driver script
1919
------------------------------------
2020

2121
1. To start container and run test script:
22-
C=$( ./docker_container_driver.sh -c -L -u testuser ../pam.bats/experiment.sh )
22+
C=$( ./docker_container_driver.sh -c -L -u testuser ../scripts/experiment.sh )
2323

2424
2. To manually examine results afterward:
2525
docker exec -it $C bash

irods/test/login_auth_test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
. $(dirname $0)/scripts/funcs
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)