[gnumeric] t6150: fix mkdir.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] t6150: fix mkdir.
- Date: Wed, 8 Apr 2015 16:36:20 +0000 (UTC)
commit 86464c1ac8c35911de69ce9c139f081600d29b01
Author: Morten Welinder <terra gnome org>
Date: Wed Apr 8 12:35:27 2015 -0400
t6150: fix mkdir.
test/t6150-ods-syntax.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/t6150-ods-syntax.pl b/test/t6150-ods-syntax.pl
index 2b60983..3df21a4 100755
--- a/test/t6150-ods-syntax.pl
+++ b/test/t6150-ods-syntax.pl
@@ -189,7 +189,7 @@ sub download {
my $src = "http://docs.oasis-open.org/office/v1.2/os";
if (!-d $schemadir) {
- mkdir (0777, $schemadir) or
+ mkdir $schemadir or
die "$0: Cannot create directory $schemadir\n";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]