Skip to content

Commit 8f3d493

Browse files
committed
moved offline tests nex to the online tests
removed verbose output from test run
1 parent d7c3181 commit 8f3d493

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

tests/offline_mode/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
add_oscap_test("test_offline_mode_system_info.sh")
22
add_oscap_test("test_offline_mode_textfilecontent54.sh")
3-
add_oscap_test("test_offline_mode_symlink.sh")

tests/probes/symlink/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
if(ENABLE_PROBES_UNIX)
22
add_oscap_test("all.sh")
3+
add_oscap_test("test_offline_mode_symlink.sh")
34
endif()

tests/offline_mode/test_offline_mode_symlink.sh renamed to tests/probes/symlink/test_offline_mode_symlink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function test_offline_mode_symlink {
3636
ln -s ../../../../../file_in_root $tmpdir/path_traversal_symlink
3737
ln -s ./some_file $tmpdir/symlink_with_period_in_path
3838
touch /tmp/symlinktarget
39-
ln -s /tmp/symlinktest /tmp/symlinktarget
39+
ln -s /tmp/symlinktarget /tmp/symlinktest
4040

4141

4242

0 commit comments

Comments
 (0)