From 629dc072c7c81693e55cafaa90e63ff1128b0efe Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Fri, 21 Jul 2023 11:26:52 +0200 Subject: bugfix: stage symlinks as symlinks when creating an action directory Before this patch, when creating an action directory, symlinks were staged as regular files. --- test/end-to-end/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test/end-to-end/TARGETS') diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index 0e81d749..be1f642f 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -58,6 +58,7 @@ , [["./", "git-import", "TESTS"], "git-import"] , [["./", "gc", "TESTS"], "gc"] , [["./", "execution-service", "TESTS"], "execution-service"] + , [["./", "symlinks", "TESTS"], "symlinks"] ] } } -- cgit v1.2.3