testsuite: add file system test suite test_symlinks.sh
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ tribool PackUnix::canPack()
|
||||
if (exetype == 0)
|
||||
return false;
|
||||
|
||||
#if defined(__unix__) && !defined(__MSYS2__)
|
||||
#if defined(__unix__)
|
||||
// must be executable by owner
|
||||
if ((fi->st.st_mode & S_IXUSR) == 0)
|
||||
throwCantPack("file not executable; try 'chmod +x'");
|
||||
|
||||
Reference in New Issue
Block a user