From dfbcf95b0ea8e72d0386445175a6cb853beb9b42 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 28 Mar 2015 05:37:55 +1100 Subject: [PATCH] disable sourcemap stdin tests --- .../options.json | 0 .../out-files/test.js | 0 .../out-files/test.js.map | 0 .../stdin.txt | 0 .../options.json | 0 .../stdin.txt | 0 .../stdout.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename test/core/fixtures/bin/babel/{stdin --out-file --source-maps => .stdin --out-file --source-maps}/options.json (100%) rename test/core/fixtures/bin/babel/{stdin --out-file --source-maps => .stdin --out-file --source-maps}/out-files/test.js (100%) rename test/core/fixtures/bin/babel/{stdin --out-file --source-maps => .stdin --out-file --source-maps}/out-files/test.js.map (100%) rename test/core/fixtures/bin/babel/{stdin --out-file --source-maps => .stdin --out-file --source-maps}/stdin.txt (100%) rename test/core/fixtures/bin/babel/{stdin --source-maps inline => .stdin --source-maps inline}/options.json (100%) rename test/core/fixtures/bin/babel/{stdin --source-maps inline => .stdin --source-maps inline}/stdin.txt (100%) rename test/core/fixtures/bin/babel/{stdin --source-maps inline => .stdin --source-maps inline}/stdout.txt (100%) diff --git a/test/core/fixtures/bin/babel/stdin --out-file --source-maps/options.json b/test/core/fixtures/bin/babel/.stdin --out-file --source-maps/options.json similarity index 100% rename from test/core/fixtures/bin/babel/stdin --out-file --source-maps/options.json rename to test/core/fixtures/bin/babel/.stdin --out-file --source-maps/options.json diff --git a/test/core/fixtures/bin/babel/stdin --out-file --source-maps/out-files/test.js b/test/core/fixtures/bin/babel/.stdin --out-file --source-maps/out-files/test.js similarity index 100% rename from test/core/fixtures/bin/babel/stdin --out-file --source-maps/out-files/test.js rename to test/core/fixtures/bin/babel/.stdin --out-file --source-maps/out-files/test.js diff --git a/test/core/fixtures/bin/babel/stdin --out-file --source-maps/out-files/test.js.map b/test/core/fixtures/bin/babel/.stdin --out-file --source-maps/out-files/test.js.map similarity index 100% rename from test/core/fixtures/bin/babel/stdin --out-file --source-maps/out-files/test.js.map rename to test/core/fixtures/bin/babel/.stdin --out-file --source-maps/out-files/test.js.map diff --git a/test/core/fixtures/bin/babel/stdin --out-file --source-maps/stdin.txt b/test/core/fixtures/bin/babel/.stdin --out-file --source-maps/stdin.txt similarity index 100% rename from test/core/fixtures/bin/babel/stdin --out-file --source-maps/stdin.txt rename to test/core/fixtures/bin/babel/.stdin --out-file --source-maps/stdin.txt diff --git a/test/core/fixtures/bin/babel/stdin --source-maps inline/options.json b/test/core/fixtures/bin/babel/.stdin --source-maps inline/options.json similarity index 100% rename from test/core/fixtures/bin/babel/stdin --source-maps inline/options.json rename to test/core/fixtures/bin/babel/.stdin --source-maps inline/options.json diff --git a/test/core/fixtures/bin/babel/stdin --source-maps inline/stdin.txt b/test/core/fixtures/bin/babel/.stdin --source-maps inline/stdin.txt similarity index 100% rename from test/core/fixtures/bin/babel/stdin --source-maps inline/stdin.txt rename to test/core/fixtures/bin/babel/.stdin --source-maps inline/stdin.txt diff --git a/test/core/fixtures/bin/babel/stdin --source-maps inline/stdout.txt b/test/core/fixtures/bin/babel/.stdin --source-maps inline/stdout.txt similarity index 100% rename from test/core/fixtures/bin/babel/stdin --source-maps inline/stdout.txt rename to test/core/fixtures/bin/babel/.stdin --source-maps inline/stdout.txt