diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2015-04-02 22:13:39 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-04-02 22:13:39 +0200 |
commit | 2ab79957c03e4aeb3c3dfaf83482e696258d5656 (patch) | |
tree | 69583e517f1843233f4742707519f36e0e356944 | |
parent | d235e34539bcfab24824f4531eae09f3dae93240 (diff) | |
download | sigrok-test-2ab79957c03e4aeb3c3dfaf83482e696258d5656.tar.gz sigrok-test-2ab79957c03e4aeb3c3dfaf83482e696258d5656.zip |
tests: Drop trailing newlines.
-rw-r--r-- | decoder/test/can/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/dcf77/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/edid/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/guess_bitrate/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/i2c/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/i2s/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/ir_nec/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/ir_rc5/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/mx25lxx05d/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/onewire_link/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/spi/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/uart/test.conf | 1 | ||||
-rw-r--r-- | decoder/test/usb_signalling/test.conf | 1 |
13 files changed, 0 insertions, 13 deletions
diff --git a/decoder/test/can/test.conf b/decoder/test/can/test.conf index cebcb17..1a5db07 100644 --- a/decoder/test/can/test.conf +++ b/decoder/test/can/test.conf @@ -2,4 +2,3 @@ test exception_samplerate protocol-decoder can input misc/no-samplerate.sr output can exception match SamplerateError - diff --git a/decoder/test/dcf77/test.conf b/decoder/test/dcf77/test.conf index 95c2c81..609f987 100644 --- a/decoder/test/dcf77/test.conf +++ b/decoder/test/dcf77/test.conf @@ -2,4 +2,3 @@ test exception_samplerate protocol-decoder dcf77 input misc/no-samplerate.sr output dcf77 exception match SamplerateError - diff --git a/decoder/test/edid/test.conf b/decoder/test/edid/test.conf index cd6c127..93f184f 100644 --- a/decoder/test/edid/test.conf +++ b/decoder/test/edid/test.conf @@ -12,4 +12,3 @@ test lcd stack i2c edid input i2c/edid/samsung_syncmaster245b.sr output edid annotation match samsung_syncmaster245b.output - diff --git a/decoder/test/guess_bitrate/test.conf b/decoder/test/guess_bitrate/test.conf index 2f7e2d6..ff39fea 100644 --- a/decoder/test/guess_bitrate/test.conf +++ b/decoder/test/guess_bitrate/test.conf @@ -2,4 +2,3 @@ test exception_samplerate protocol-decoder guess_bitrate input misc/no-samplerate.sr output guess_bitrate exception match SamplerateError - diff --git a/decoder/test/i2c/test.conf b/decoder/test/i2c/test.conf index e383f5f..8212194 100644 --- a/decoder/test/i2c/test.conf +++ b/decoder/test/i2c/test.conf @@ -24,4 +24,3 @@ test exception_samplerate protocol-decoder i2c input misc/no-samplerate.sr output i2c exception match SamplerateError - diff --git a/decoder/test/i2s/test.conf b/decoder/test/i2s/test.conf index a913d61..94accee 100644 --- a/decoder/test/i2s/test.conf +++ b/decoder/test/i2s/test.conf @@ -2,4 +2,3 @@ test exception_samplerate protocol-decoder i2s input misc/no-samplerate.sr output i2s exception match SamplerateError - diff --git a/decoder/test/ir_nec/test.conf b/decoder/test/ir_nec/test.conf index eee3d87..3fd508f 100644 --- a/decoder/test/ir_nec/test.conf +++ b/decoder/test/ir_nec/test.conf @@ -2,4 +2,3 @@ test exception_samplerate protocol-decoder ir_nec input misc/no-samplerate.sr output ir_nec exception match SamplerateError - diff --git a/decoder/test/ir_rc5/test.conf b/decoder/test/ir_rc5/test.conf index 5d5dfa0..cce9d38 100644 --- a/decoder/test/ir_rc5/test.conf +++ b/decoder/test/ir_rc5/test.conf @@ -2,4 +2,3 @@ test exception_samplerate protocol-decoder ir_rc5 input misc/no-samplerate.sr output ir_rc5 exception match SamplerateError - diff --git a/decoder/test/mx25lxx05d/test.conf b/decoder/test/mx25lxx05d/test.conf index 0541903..190469c 100644 --- a/decoder/test/mx25lxx05d/test.conf +++ b/decoder/test/mx25lxx05d/test.conf @@ -4,4 +4,3 @@ test probe stack spi mx25lxx05d input spi/mx25l1605d/mx25l1605d_probe.sr output mx25lxx05d annotation match probe.output - diff --git a/decoder/test/onewire_link/test.conf b/decoder/test/onewire_link/test.conf index 75349c2..1cf00d3 100644 --- a/decoder/test/onewire_link/test.conf +++ b/decoder/test/onewire_link/test.conf @@ -2,4 +2,3 @@ test exception_samplerate protocol-decoder onewire_link input misc/no-samplerate.sr output onewire_link exception match SamplerateError - diff --git a/decoder/test/spi/test.conf b/decoder/test/spi/test.conf index a74611d..657ea46 100644 --- a/decoder/test/spi/test.conf +++ b/decoder/test/spi/test.conf @@ -40,4 +40,3 @@ test exception_channel protocol-decoder spi channel cs=1 channel clk=0 input spi/spi-count-msb.sr output spi exception match ChannelError - diff --git a/decoder/test/uart/test.conf b/decoder/test/uart/test.conf index a071c62..637795a 100644 --- a/decoder/test/uart/test.conf +++ b/decoder/test/uart/test.conf @@ -12,4 +12,3 @@ test exception_samplerate protocol-decoder uart input misc/no-samplerate.sr output uart exception match SamplerateError - diff --git a/decoder/test/usb_signalling/test.conf b/decoder/test/usb_signalling/test.conf index 0ae9f5e..6015ef3 100644 --- a/decoder/test/usb_signalling/test.conf +++ b/decoder/test/usb_signalling/test.conf @@ -2,4 +2,3 @@ test exception_samplerate protocol-decoder usb_signalling input misc/no-samplerate.sr output usb_signalling exception match SamplerateError - |