Skip to content

Commit 9f0286c

Browse files
committed
add mtime_and_content
1 parent eaa5395 commit 9f0286c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

irods/test/scripts/test_support_functions

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,9 @@ activate_virtual_env_with_prc_installed()
199199
pip install '/prc-copy[tests]' && sudo rm -fr /prc-copy"
200200
source /py3/bin/activate
201201
}
202+
203+
mtime_and_content()
204+
{
205+
stat -c%y "$1"
206+
cat "$1"
207+
}

0 commit comments

Comments
 (0)