From a840b0d093cafffd38f1329a4539a367e958b893 Mon Sep 17 00:00:00 2001 From: Oskari Noppa Date: Mon, 18 Jan 2021 21:31:13 +0200 Subject: [PATCH] Shorten a very long filename A quite popular solution for encrypting files on Linux, [eCryptfs](https://wiki.archlinux.org/index.php/ECryptfs), can't handle filenames longer than 143 characters when filename encryption is enabled. It just so happens that the name of this file was 144 characters long, which makes pulling the repository to an encrypted folder fail. --- ...o-false-and-other-attributes-of-the-property-are-unaltered.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/built-ins/Object/seal/{object-seal-the-configurable-attribute-of-own-data-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js => object-seal-configurable-attribute-of-own-data-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js} (100%) diff --git a/test/built-ins/Object/seal/object-seal-the-configurable-attribute-of-own-data-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js b/test/built-ins/Object/seal/object-seal-configurable-attribute-of-own-data-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js similarity index 100% rename from test/built-ins/Object/seal/object-seal-the-configurable-attribute-of-own-data-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js rename to test/built-ins/Object/seal/object-seal-configurable-attribute-of-own-data-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js