From 71197a67521d678a497079c20d954b9677f419f2 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 8 Oct 2023 01:11:49 -0500 Subject: [PATCH] The maximum filename length on ecryptfs is 143 bytes. --- tests/tar.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tar.test b/tests/tar.test index 8e30e323..29d007f1 100755 --- a/tests/tar.test +++ b/tests/tar.test @@ -123,7 +123,7 @@ testing "create long fname" "$TAR dir/${LONG:1:97} dir/${LONG:1:96} | SUM 3" \ testing "create long symlink" "$TAR dir/lshort dir/llong | SUM 3" \ "07eaf397634b5443dbf2d3ec38a4302150fcfe82\n" "" "" - ln -s $LONG dir/${LONG:5} + skipnot ln -s $LONG dir/${LONG:5} 2>/dev/null testing "create long->long" "$TAR dir/${LONG:5} | SUM 7" \ "b9e24f53e27496c5125445230d201b4a36ff7398\n" "" "" -- 2.39.2