diff options
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/bigtime.sh | 1 | ||||
-rwxr-xr-x | tests/du/max-depth.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/du/bigtime.sh b/tests/du/bigtime.sh index 95fa1932d..990853ecd 100755 --- a/tests/du/bigtime.sh +++ b/tests/du/bigtime.sh @@ -17,6 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src +print_ver_ du export LC_ALL=C export TZ=UTC0 diff --git a/tests/du/max-depth.sh b/tests/du/max-depth.sh index 25ad46896..3c0b0bc00 100755 --- a/tests/du/max-depth.sh +++ b/tests/du/max-depth.sh @@ -17,6 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src +print_ver_ du mkdir -p a/b/c/d/e || framework_failure_ printf 'a/b/c\na/b\na\n' > exp || framework_failure_ |