We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a0cb2 commit e98d7b6Copy full SHA for e98d7b6
tests/probes/symlink/test_offline_mode_symlink.sh
@@ -35,7 +35,10 @@ function test_offline_mode_symlink {
35
touch $tmpdir/file_in_root
36
ln -s ../../../../../file_in_root $tmpdir/path_traversal_symlink
37
ln -s ./some_file $tmpdir/symlink_with_dot_in_path
38
+#temporary ugly solution trying to ensure that files don't exist before being created
39
+ rm -f /tmp/symlinktarget
40
touch /tmp/symlinktarget
41
+ rm -f /tmp/symlinktest
42
ln -s /tmp/symlinktarget /tmp/symlinktest
43
44
0 commit comments