tests: Use the right Perl operator

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: a600ee9e3fcc43d4497d18d837f1e86148ca7580
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2017-01-20T18:03:35Z
Releases: 10.0
tests: Use the right Perl operator

We were using != to compare strings, for which "ne" is the right thing.
It's not clear why it works everywhere except on Pavan's machine, but
it's clearly bogus anyway.

Author and reporter: Pavan Deolasee
Discussion: https://postgr.es/m/CABOikdPhsHM+pX8skoEY1_T0OtKdO1udzUj4VCjU5VEt+bj4eA@mail.gmail.com

Files

PathChange+/−
src/test/modules/commit_ts/t/004_restart.pl modified +1 −1

Discussion