Searched refs:test_path (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dmixed_create_failure.ksh82 test_path="$testdir/$obj_type"
83 mkdir $test_path
84 log_note "Created test dir $test_path"
87 > $test_path/$target_obj
88 log_note "Created target: $test_path/$target_obj"
89 op="$op $test_path/$target_obj"
95 cmd="$op $test_path/$name"
101 save_name="$test_path/$name"
111 TMP_OBJ="$test_path/tmp_obj"
/freebsd-current/tests/sys/posixshm/
H A Dposixshm_test.c53 static char test_path[TEST_PATH_LEN]; variable
75 gen_a_test_path(test_path);
126 if (shm_unlink(test_path) < 0)
128 fd = shm_open(test_path, O_CREAT | O_EXCL | O_RDWR, 0777);
310 fd = scribble_object(test_path, '1');
323 ATF_REQUIRE_MSG(shm_unlink(test_path) != -1,
333 rc = shm_rename(SHM_ANON, test_path, 0);
347 rc = shm_rename(test_path, bad_path, 0);
351 rc = shm_rename(bad_path, test_path, 0);
363 rc = shm_rename(test_path, test_path
[all...]

Completed in 192 milliseconds