diff options
author | Jakob Unterwurzacher | 2016-06-07 23:36:35 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-06-08 00:32:44 +0200 |
commit | f58a8d8740364467ee9e3cf20cec8d47c4e59ad8 (patch) | |
tree | 179106eb368f22ce4f213c45891cffa16d33d01c /tests/stress_tests/extractloop.bash | |
parent | f030123ab5ac7761b2a19e2609c0401f1c614fbc (diff) |
tests: rename extractloop.md5sums to linux-3.0.md5sums
This file will also be used by other tests, so it should
have a generic name.
Diffstat (limited to 'tests/stress_tests/extractloop.bash')
-rwxr-xr-x | tests/stress_tests/extractloop.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stress_tests/extractloop.bash b/tests/stress_tests/extractloop.bash index c488707..af346c0 100755 --- a/tests/stress_tests/extractloop.bash +++ b/tests/stress_tests/extractloop.bash @@ -12,7 +12,7 @@ set -eu cd "$(dirname "$0")" -MD5="$PWD/extractloop.md5sums" +MD5="$PWD/linux-3.0.md5sums" # Setup cd /tmp |