commit 1aad446ab8b63c1789252ebab8a20f9fefc11a3e from: Stefan Sperling date: Sun Jan 13 16:19:24 2019 UTC fix test area name of test_update_creates_missing_parent_with_subdir commit - 5d56da8198435fa1d0e717f60d562f4a28e2e4e0 commit + 1aad446ab8b63c1789252ebab8a20f9fefc11a3e blob - 61f3c4d796ad5f9b6b1d8d33f6594411e2d40b22 blob + 1e8b968d3584fd3c55b1c2217c8bedc4f7cfc108 --- regress/cmdline/update.sh +++ regress/cmdline/update.sh @@ -465,7 +465,7 @@ function test_update_moves_files_to_new_dir { } function test_update_creates_missing_parent { - local testroot=`test_init update_creates_missing_parent no_tree` + local testroot=`test_init update_creates_missing_parent 1` touch $testroot/repo/Makefile touch $testroot/repo/snake.6 @@ -518,7 +518,7 @@ function test_update_creates_missing_parent { } function test_update_creates_missing_parent_with_subdir { - local testroot=`test_init update_creates_missing_parent no_tree` + local testroot=`test_init update_creates_missing_parent_with_subdir 1` touch $testroot/repo/Makefile touch $testroot/repo/snake.6 @@ -571,7 +571,7 @@ function test_update_creates_missing_parent_with_subdi } function test_update_file_in_subsubdir { - local testroot=`test_init update_fle_in_subsubdir no_tree` + local testroot=`test_init update_fle_in_subsubdir 1` touch $testroot/repo/Makefile mkdir -p $testroot/repo/altq