Skip to content

Commit f5e4aca

Browse files
committed
update ls_fake 4
1 parent 8e57055 commit f5e4aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ft_ls_tests/tests/07_test_opt_tR_bis.spec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static void simple_test_0(t_test *test)
99

1010
sandbox_cmd("mkdir -p sbox/level1_{1..2}/level2_{1..2}/level3_{1..2}");
1111
sandbox_cmd("mkdir -p sbox1/level1_{1..2}/level2_{1..2}/level3_{1..2}");
12-
sandbox_cmd("mkdir -p sbox/lvl1_1 sbox/lvl1_1/lvl2_1");
12+
sandbox_cmd("mkdir -p sbox/level1_1 sbox/level1_1/level2_1");
1313
sandbox_cmd("touch -t 201212101830.55 sbox/c_lvl1");
1414
sandbox_cmd("touch -t 201212101830.55 sbox/level1_1/c_lvl2");
1515
sandbox_cmd("touch -t 201212101830.55 sbox/level1_1/level2_1/c_lvl3");

0 commit comments

Comments
 (0)